Release 10.1A: OpenEdge Deployment:
Managing 4GL Applications
The bundle.c program
The bundle program puts input files into a bundle. This is the syntax:
-ascii |-binarySpecifies whether the input file is to be read as an ASCII text file or as a binary file. The default is binary.
-uppercase |-lowercaseTells bundle to convert the names of files being bundled to uppercase or lowercase. By default, filenames are used without case conversion.
bundle-fileProvides the name of the file into which input files are bundled. If the file does not exist, bundle creates it. If it does exist, bundle appends data to the end of it.
-selectselection-fileIndicates that the names of the input files are to be read from a selection file. By default, the selection file is read from standard input.
This is the format of
selection-file:
Each entry must be on a line by itself and cannot continue across lines.
If ascii or binary is absent, the command line specification is used. Use an exclamation point ( ! ) or pound sign ( # ) as comment characters. Everything from a comment character to the end of line is ignored. The comment character must be separated from any preceding text by a blank space. Blank lines are also ignored. Wild cards are not supported.
This is a sample file:
input-fileThe name of a single input file. Wild cards are not supported.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |